home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / ART.Dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  140 b   |  10 lines

  1. on exitFrame
  2.   puppetSprite(4, 1)
  3.   if the movieRate of sprite 4 <> 0 then
  4.     go("loop")
  5.   else
  6.     go("SEN")
  7.   end if
  8.   go(the frame)
  9. end
  10.